home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / finance / fndrs30a.zip / DATAENTR.BAT < prev    next >
DOS Batch File  |  1992-11-01  |  870b  |  45 lines

  1. echo off
  2. cls
  3. cd \fundrais\demo\dataentr
  4. echo.
  5. echo.
  6. echo.
  7. echo.
  8. echo            PREPARING FILES
  9. erase transmit.dbf
  10. cls
  11. copy *.db? *.ab?
  12. erase *.ntx
  13. cls
  14. path=\fundrais
  15. SET CLIPPER=F37
  16. fundrais
  17. erase *.db?
  18. rename *.ab? *.db?
  19. cd \fundrais
  20. echo off
  21. cls
  22. echo.
  23. echo The data entry demonstration is finished.
  24. echo.
  25. ECHO If you haven't already seen the Reports Demonstration,
  26. echo.
  27. echo that's the next logical step and it works just like
  28. echo.
  29. echo this demonstration did.
  30. echo.
  31. Echo From this "fundrais" prompt, just type
  32. echo.
  33. echo                             reports
  34. echo.
  35. echo For hands on experience, work through the tutorial.
  36. echo.
  37. echo Print the tutorial instructions by typing 
  38. echo.
  39. echo                             tutorial
  40. echo.
  41. echo.
  42. echo Print the entire manual by typing
  43. echo.
  44. echo                             manual
  45.